home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19971216-19980424 / 000263_news@newsmaster….columbia.edu _Tue Feb 24 10:40:00 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id KAA19777
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 24 Feb 1998 10:40:00 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id KAA22302
  7.     for kermit.misc@watsun; Tue, 24 Feb 1998 10:39:59 -0500 (EST)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: OLD VERSION OF KERMIT - How can I use it?!!!
  12. Date: 24 Feb 1998 15:39:58 GMT
  13. Organization: Columbia University
  14. Lines: 27
  15. Message-ID: <6cupke$2i9$1@apakabar.cc.columbia.edu>
  16. References: <01bd414d$4ee723e0$6ac9a126@perryw.compu.com>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:8455
  19.  
  20. In article <01bd414d$4ee723e0$6ac9a126@perryw.compu.com>,
  21. Perry Wolfe <perry@compu.com> wrote:
  22. : I am trying to send files to a VERY OLD XENIX system that had a freeware
  23. : version of KERMIT on it. Indeed, I've even seen the C-SOURCE code of the
  24. : KERMIT shell on this system!
  25. : This KERMIT gives the message
  26. : usage:    kermit c (connect mode)
  27. :               kermit s (send file)
  28. :               kermit r (receive file)
  29. Yes, this one is pretty old -- probably about 1982-83.
  30.  
  31. : I have tried "kermit r" and "kermit r filename" to get it to receive a
  32. : file. I'm using K95 (1.1.16 A 14) kermit protocol trying to send a file. It
  33. : just never works. It never sends a single character.
  34. Before sending a file to this antique Kermit program, give the following
  35. command to K95:
  36.  
  37.   robust
  38.  
  39. If that doesn't work, collect a packet log; tell K95 to "log packets" and
  40. then send resulting packet.log file to kermit-support@columbia.edu.
  41.  
  42. - Frank